Microsoft DirectX 8.1 (C++)

IGuideDataEvent::ServiceDeleted

The ServiceDeleted method is called by the TIF when the service with the specified Description.ID has been deleted.

Syntax

HRESULT ServiceDeleted(
  VARIANT  varServiceDescriptionID
);

Parameters

varServiceDescriptionID

[in]  VARIANT containing the Description.ID of the service that was deleted.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

The event consumer is not required to support this event. The consumer may return E_NOTIMPL.

"Description.ID" is shorthand for the metaproperty of MetaPropertyType "ID" within the standard Guide Store MetaPropertySet named "Description." For more information, see Metaproperties.

See Also